home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.1 / card_5422.txt < prev    next >
Text File  |  1989-02-26  |  1KB  |  63 lines

  1. -- card: 5422 from stack: in.1
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 2612
  5. -- name: ShutDown
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=82 top=302 right=324 bottom=182
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Install
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   if the optionkey is down then pass mouseup
  23.   put installres(XCMD,ShutDown) into it
  24.   if it is empty then play oops
  25.   else answer it
  26. end mouseUp
  27.  
  28.  
  29.  
  30. -- part contents for background part 2
  31. ----- text -----
  32. ShutDown
  33.  
  34. -- part contents for background part 3
  35. ----- text -----
  36.  
  37. When called, this command will provide the same function as selecting 'Shut Down' from the finder.
  38.  
  39.  
  40.  
  41.  
  42. Thanks to:
  43. Will Cate
  44. Gaithersburg, MD
  45.  
  46. On CompuServe:  71360,3122
  47. On GEnie:  W.CATE
  48. Twighlight Clone BBS:  WILL CATE
  49.  
  50.  
  51. -- part contents for background part 13
  52. ----- text -----
  53. 3
  54.  
  55. -- part contents for background part 10
  56. ----- text -----
  57. Syntax:
  58.  
  59. ShutDown
  60.  
  61. No arguments or variables are passed to it.
  62.  
  63. No arguments or variables are returned from it.